-
Notifications
You must be signed in to change notification settings - Fork 295
Replace NcMultiselect with NcSelect #8814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
db1c311 to
9bf0dad
Compare
947d900 to
4c5ca8e
Compare
Signed-off-by: greta <[email protected]>
Signed-off-by: greta <[email protected]>
Signed-off-by: greta <[email protected]>
Signed-off-by: greta <[email protected]>
Signed-off-by: greta <[email protected]>
Signed-off-by: greta <[email protected]>
4c5ca8e to
8723b6c
Compare
Signed-off-by: greta <[email protected]>
|
i tried to test every component. Please test it before approving because its a bit change and i might have missed something. |
| class="multiselect-search-tags" | ||
| :options="tags" | ||
| label="displayName" | ||
| label="name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why does it change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thats a copy paste issue. it should be as it was
| input-id="select-email-input" | ||
| :searchable="false" | ||
| :placeholder="t('mail', 'Select account')" | ||
| :clear-on-select="false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``
| :clear-on-select="false" | |
| :clear-search-on-select="false" |
| input-id="select-email-input" | ||
| :multiple="true" | ||
| :placeholder="t('mail', 'Contact or email address …')" | ||
| :clear-on-select="true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| :clear-on-select="true" | |
| :clear-search-on-select="true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also underneath the events are wrong
@search-change should be @search
and @tag should be @option:created
https://vue-select.org/api/events.html
| </NcSelect> | ||
| <button | ||
| :title="t('mail','Toggle recipients list mode')" | ||
| :name="t('mail','Toggle recipients list mode')" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should stay title not a vue component
| input-id="select-email-input" | ||
| :multiple="true" | ||
| :placeholder="t('mail', 'Contact or email address …')" | ||
| :clear-on-select="true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
| :taggable="true" | ||
| label="label" | ||
| track-by="email" | ||
| input-id="select-email-input" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for the events
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
working on it, thanks a lot Hamza.
| </label> | ||
| <div class="composer-fields--custom"> | ||
| <Select | ||
| <NcSelect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GVodyanov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Graphical issue in composer
thank you grigory for the review, this pr is outdated because we are gettting in the #9144 |

After the release of nc/vue 8.0.0 NcMultiselect is deprecated and replaced by NcSelect: https://github.com/nextcloud-libraries/nextcloud-vue/releases/tag/v8.0.0